Insert model information here - How was data gathered, from whom?
The “limma-voom” methodology is an analytical approach developed for the analysis of gene expression data, particularly from microarray and RNA sequencing experiments. It combines two components, “limma” (Linear Models for Microarray Data) and “voom” (Variance Modeling at the Observation Level), to identify differentially expressed genes across different experimental conditions.
Limma uses linear models to assess differential expression, enabling the comparison of multiple groups or experimental conditions. limma is notable for its ability to handle complex experimental designs, incorporate multiple sources of variation, and efficiently manage the high-dimensional data typical of gene expression studies.
Here we have adapted the model to give us fold-change for flow cytometry data, instead of differential expression, this is analysing differential abundance.
voom estimates the mean-variance relationship of the log-transformed counts, transforming the count data to a continuous scale that is suitable for linear modeling. It also assigns a weight to each observation, reflecting the reliability of each marker’s expression measurement, which improves the statistical power and accuracy of differential abundance analyses.
The following is essentialy how the data was normalized for downstream analysis
Volcano Plots are used to provide a visual representation of the fold change between HEI and HEU conditions. Positive foldchange is an increase in HEI with respect to HEU and negative fold change is the oposite. Multiple testing was performed and significant populations (padj <0.05) are colored in red.
This analyses the covariate effect size on each cell population ranked by effect size.The star indicates significance.